projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6cfbd8
)
* configure.in (opsys): Change pattern to *-*-linux*.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 30 Aug 2011 20:41:54 +0000
(13:41 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 30 Aug 2011 20:41:54 +0000
(13:41 -0700)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 74b05c88d92df06e3b2fa8f59640e88734a9ca50..48a431f14c16a0b31918c811a9ba5dff3b67063f 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,6
+1,6
@@
2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
- * configure.in (opsys):
Add pattern *-gnu
-linux*
+ * configure.in (opsys):
Change pattern to *-*
-linux*
to recognize powerpc-gnu-linux-uclibc (Bug#9403).
2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
diff --git
a/configure.in
b/configure.in
index 0f3c88d8d970d5e01a9bac0239259b153c858bbf..80c06eed92177a85afeee7a693469968393ede53 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-410,8
+410,8
@@
dnl quotation begins
machine='' opsys='' unported=no
case "${canonical}" in
- ## GNU/Linux ports
- *-*-linux
-gnu* | *-gnu-linux*
)
+ ## GNU/Linux
and similar
ports
+ *-*-linux
*
)
opsys=gnu-linux
case ${canonical} in
alpha*) machine=alpha ;;